Configure RIPng Route Distribution
Configure a redistribute entry to announce certain routes into the RIPng domain, including static routes, direct routes, Open Shortest Path First (OSPFv3), IS-IS, or Border Gateway Protocol (BGP+).
Before you begin
- Enable RIPng globally. 
Procedure
Example
Enable the redistribution instance.
Switch:1#enable
Switch:1#configure terminal
Switch:1(config)#router rip
Switch:1(config-rip)#ipv6 redistribute bgp enable
Switch:1(config-rip)#ipv6 redistribute direct enable
Switch:1(config-rip)#ipv6 redistribute isis enable
Switch:1(config-rip)#ipv6 redistribute ospf enable
Switch:1(config-rip)#ipv6 redistribute static enable
Switch:1(config-rip)#show ipv6 rip redistribute
================================================================================
                            RIPng Redistribute List
================================================================================
        direct                         : enabled
        static                         : enabled
        ospf                           : enabled
        bgp                            : enabled
        isis                           : enabled
--------------------------------------------------------------------------------
Variable definitions
Use the data in the following table to use the ipv6 redistribute command.
| Variable | Value | 
|---|---|
| <bgp|direct|isis|ospf|static> | Specifies the type of routes to redistribute (the protocol source). Valid options are bgp, isis, direct, ospf, or static. | 




